chore(multiple samples) Update pytest dependencies to solve dependabot security alerts.#14147
Draft
XrossFox wants to merge 2 commits intoGoogleCloudPlatform:mainfrom
Draft
chore(multiple samples) Update pytest dependencies to solve dependabot security alerts.#14147XrossFox wants to merge 2 commits intoGoogleCloudPlatform:mainfrom
XrossFox wants to merge 2 commits intoGoogleCloudPlatform:mainfrom
Conversation
dpendencies that were failing to build.
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates several dependencies, but the review identifies that the specified versions for pytest and google-cloud-storage do not exist on PyPI, which will cause installation failures. Additionally, the reviewer suggests splitting the PR to separate test and production dependency updates to follow the best practice of focusing on a single change per pull request.
| @@ -1,2 +1,2 @@ | |||
| pytest==8.2.0 | |||
| pytest==9.0.3 | |||
Contributor
| google-cloud-compute==1.11.0 | ||
| google-cloud-language==2.15.1 | ||
| google-cloud-storage==2.9.0 | ||
| google-cloud-storage==3.10.1 |
Contributor
| @@ -1,7 +1,7 @@ | |||
| google-api-python-client==2.131.0 | |||
| google-api-python-client==2.196.0 | |||
Contributor
There was a problem hiding this comment.
This PR updates production dependencies in addition to pytest. Per the general rules, PRs should be focused on a single change. Consider splitting these updates or updating the PR title to reflect the broader scope.
References
- To simplify the review process, pull requests should be focused on a single change.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WIP
Description
Fixes b/511241844
Checklist
nox -s py-3.9(see Test Environment Setup)nox -s lint(see Test Environment Setup)